home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / charly12.zip / CCMAIN.SH1 / BESTELL.BAT next >
DOS Batch File  |  1996-08-05  |  2KB  |  69 lines

  1. :menu
  2. echo off
  3. cls
  4. echo        ┌─┐ ┬ ┬ ┌─┐ ┌─┐ ┬   ┬ ┬     ─┬─ ┬ ┬ ┌─┐     ┌─┐ ┬   ┌─┐ ┬ ┬ ┌┐┌
  5. echo        │   ├─┤ ├─┤ ├┬┘ │   └┬┘      │  ├─┤ ├─      │   │   │ │ │││ │││
  6. echo        └── ┴ ┴ ┴ ┴ ┴└  └──  ┴       ┴  ┴ ┴ └──     └── └── └─┘ └┴┘ ┴└┘
  7. echo ─────────────────────── Copyright 1996 by Schenk & Horn ───────────────────────
  8. echo.
  9. echo.
  10. echo        Bitte wählen...
  11. echo.
  12. echo                                            Schau' mal rein...
  13. echo        1 - Anleitung lesen                 http://www.sharedirect.com
  14. echo.
  15. echo        2 - Bestellformular drucken
  16. echo.
  17. echo        3 - "Was ist Shareware?"            ┌────────────────────────────┐
  18. echo.                                           │ Wenn Sie dieses Programm   │
  19. echo        4 - Produktliste ansehen            │ später erneut starten      │
  20. echo.                                           │ möchten, geben Sie einfach │
  21. echo        5 - S&H im Internet                 │ BESTELL ein.               │
  22. echo.                                           └────────────────────────────┘
  23. echo.       0 - Exit
  24. echo.
  25. echo        Ihre Wahl...
  26. taste key 1 2 3 4 5 0
  27. if errorlevel 53 goto inet
  28. if errorlevel 52 goto prolist
  29. if errorlevel 51 goto share
  30. if errorlevel 50 goto print
  31. if errorlevel 49 goto doc
  32. if errorlevel 48 goto ende
  33.  
  34. :prolist
  35. prolist
  36. goto menu:
  37.  
  38. :share
  39. prolist share.lst
  40. goto menu:
  41.  
  42. :doc
  43. prolist doc_ger.lst
  44. goto menu:
  45.  
  46. :print
  47. cls
  48. echo        ┌─┐ ┬ ┬ ┌─┐ ┌─┐ ┬   ┬ ┬     ─┬─ ┬ ┬ ┌─┐     ┌─┐ ┬   ┌─┐ ┬ ┬ ┌┐┌
  49. echo        │   ├─┤ ├─┤ ├┬┘ │   └┬┘      │  ├─┤ ├─      │   │   │ │ │││ │││
  50. echo        └── ┴ ┴ ┴ ┴ ┴└  └──  ┴       ┴  ┴ ┴ └──     └── └── └─┘ └┴┘ ┴└┘
  51. echo ─────────────────────── Copyright 1996 by Schenk & Horn ───────────────────────
  52. echo.
  53. echo.
  54. echo BESTELLFORMULAR DRUCKEN....
  55. echo:
  56. echo Bitte schalten Sie Ihren Drucker online und legen Sie Papier ein...
  57. echo.
  58. echo Drücken Sie dann eine Taste um den Ausdruck zu starten...
  59. pause > nul
  60. copy bestell.frm prn
  61. goto menu:
  62.  
  63. :inet
  64. prolist gerinter.lst
  65. goto menu:
  66.  
  67. :ende
  68. cls
  69.